header.pc {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px 0 0;
  position: fixed;
  top: 0;
  z-index: 100000; }
  header.pc > .inner {
    width: 80%;
    min-width: 1000px;
    margin: 0 auto; }
    header.pc > .inner .line1 {
      width: 100%;
      padding: 0 20px 20px 0;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: -webkit- center;
      align-items: center; }
      header.pc > .inner .line1 p.ttl {
        font-size: 15px;
        color: #fff;
        margin-right: auto; }
        header.pc > .inner .line1 p.ttl a {
          font-size: 15px;
          color: #fff; }
      header.pc > .inner .line1 p.now {
        font-size: 15px;
        color: #fff;
        display: inline-block;
        min-height: 10px;
        background: url(../../img/nav_off.png) right center no-repeat;
        padding-right: 25px;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        header.pc > .inner .line1 p.now:hover {
          opacity: 0.7; }
        header.pc > .inner .line1 p.now.on {
          background-image: url(../../img/nav_on.png); }
      header.pc > .inner .line1 .logo {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid  #fff; }
    header.pc > .inner .line2 {
      width: 100%;
      padding: 0px 0 0 0px;
      display: none; }
      header.pc > .inner .line2.scroll {
        height: calc(100vh - 86px);
        overflow-y: scroll !important; }
      header.pc > .inner .line2 nav ul.pc_gnav {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: -webkit- flex-end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        header.pc > .inner .line2 nav ul.pc_gnav li {
          width: 100%;
          border-top: 1px solid  #fff; }
          header.pc > .inner .line2 nav ul.pc_gnav li a {
            display: block;
            padding: 15px 0;
            text-decoration: none;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            background: rgba(255, 255, 255, 0);
            text-align: right;
            padding-right: 190px;
            left: 1px; }
            header.pc > .inner .line2 nav ul.pc_gnav li a span {
              white-space: nowrap;
              font-size: 12px;
              color: #fff;
              line-height: 1;
              text-align: center; }
            header.pc > .inner .line2 nav ul.pc_gnav li a:hover, header.pc > .inner .line2 nav ul.pc_gnav li a.act {
              background: rgba(255, 255, 255, 0.2); }

header.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    header.sp {
      display: block;
      z-index: 99999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: rgba(0, 0, 0, 0.75); }
      header.sp > .inner {
        width: 100%;
        padding: 0 3.5%;
        height: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: -webkit- center;
        align-items: center;
        position: relative; }
        header.sp > .inner p.ttl {
          margin-right: auto; }
          header.sp > .inner p.ttl a {
            font-size: 10px;
            color: #fff;
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9); }
        header.sp > .inner p.now {
          font-size: 10px;
          -moz-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          -o-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9);
          color: #fff;
          display: inline-block;
          min-height: 10px;
          background: url(../../img/nav_off.png) right center/10px no-repeat;
          padding-right: 18px;
          cursor: pointer;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
          header.sp > .inner p.now.on {
            background-image: url(../../img/nav_on.png); }
        header.sp > .inner .logo {
          width: 80px;
          padding-left: 10px;
          margin-left: 10px;
          border-left: 1px solid  #fff; }
      header.sp ul.sp_gnav {
        position: absolute;
        top: 100%;
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        display: none; }
        header.sp ul.sp_gnav li {
          border-top: 1px solid  #fff; }
          header.sp ul.sp_gnav li:last-child {
            border-bottom: 1px solid  #fff; }
          header.sp ul.sp_gnav li a {
            -js-display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: -webkit- center;
            align-items: center;
            -webkit-justify-content: flex-end;
            justify-content: -webkit- flex-end;
            justify-content: flex-end;
            text-decoration: none;
            width: 100%;
            padding: 12px 90px 12px 3%;
            font-size: 12px;
            color: #fff;
            text-align: right;
            letter-spacing: -0.5px; }
            header.sp ul.sp_gnav li a span {
              width: 7px;
              margin-left: 7px;
              line-height: 1; }
              header.sp ul.sp_gnav li a span img {
                display: block;
                width: 100%; } }

@media screen and (max-width: 768px) {
  .pc_gnav {
    display: none; } }

.sp_gnav {
  display: none; }

footer {
  width: 100%;
  background: #000;
  padding: 25px 0 20px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 20px 1% 15px; } }
  footer > .inner {
    width: 80%;
    min-width: 1004px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer > .inner {
        width: 100%;
        min-width: 0; } }
    footer > .inner .nav_area {
      width: 100%;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: -webkit- center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        footer > .inner .nav_area {
          display: block; } }
      footer > .inner .nav_area p.ttl {
        width: 200px; }
        @media screen and (max-width: 768px) {
          footer > .inner .nav_area p.ttl {
            width: 100%;
            margin-bottom: 10px; } }
        footer > .inner .nav_area p.ttl a {
          font-size: 15px;
          color: #fff; }
          @media screen and (max-width: 768px) {
            footer > .inner .nav_area p.ttl a {
              font-size: 12px; } }
      footer > .inner .nav_area ul.footer_nav {
        width: calc(100% - 200px);
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: -webkit- flex-end;
        justify-content: flex-end; }
        @media screen and (max-width: 768px) {
          footer > .inner .nav_area ul.footer_nav {
            -webkit-justify-content: space-between;
            justify-content: -webkit- space-between;
            justify-content: space-between;
            width: 100%; } }
        footer > .inner .nav_area ul.footer_nav li {
          width: 95px;
          height: 95px;
          border: 1px solid  #fff;
          margin-right: 5px;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            footer > .inner .nav_area ul.footer_nav li {
              width: 24%;
              margin-right: 0; } }
          footer > .inner .nav_area ul.footer_nav li a {
            display: block;
            width: 95px;
            height: 95px;
            -js-display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: -webkit- center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: -webkit- center;
            justify-content: center;
            text-decoration: none;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            background: rgba(255, 255, 255, 0); }
            @media screen and (max-width: 768px) {
              footer > .inner .nav_area ul.footer_nav li a {
                width: 100%;
                padding: 0 2px; } }
            footer > .inner .nav_area ul.footer_nav li a span {
              white-space: nowrap;
              font-size: 10px;
              color: #fff;
              line-height: 1.4;
              text-align: center; }
              @media screen and (max-width: 768px) {
                footer > .inner .nav_area ul.footer_nav li a span {
                  -moz-transform: scale(0.9);
                  -webkit-transform: scale(0.9);
                  -o-transform: scale(0.9);
                  -ms-transform: scale(0.9);
                  transform: scale(0.9); } }
              @media screen and (max-width: 321px) {
                footer > .inner .nav_area ul.footer_nav li a span {
                  white-space: normal; }
                  footer > .inner .nav_area ul.footer_nav li a span br {
                    display: none; } }
            footer > .inner .nav_area ul.footer_nav li a:hover, footer > .inner .nav_area ul.footer_nav li a.act {
              background: rgba(255, 255, 255, 0.2); }
    footer > .inner .copy {
      margin-top: 35px; }
      @media screen and (max-width: 768px) {
        footer > .inner .copy {
          margin-top: 20px; } }
      footer > .inner .copy p {
        text-align: center; }
        footer > .inner .copy p small {
          font-size: 12px;
          color: #fff; }
          @media screen and (max-width: 768px) {
            footer > .inner .copy p small {
              font-size: 10px; } }

/*# sourceMappingURL=include.css.map */
